projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e7c909
)
entry: Remove unused struct
author
Timm Bäder
<mail@baedert.org>
Tue, 1 Jan 2019 11:21:41 +0000
(12:21 +0100)
committer
Timm Bäder
<mail@baedert.org>
Thu, 3 Jan 2019 07:52:08 +0000
(08:52 +0100)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index f1e46116eadc095dd1f71ad3c272dc15f6947e63..6b3b51a6838dd679b0d548c3df9b43d57c5d9800 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-183,7
+183,6
@@
static GQuark quark_entry_completion = 0;
typedef struct _EntryIconInfo EntryIconInfo;
typedef struct _GtkEntryPasswordHint GtkEntryPasswordHint;
-typedef struct _GtkEntryCapslockFeedback GtkEntryCapslockFeedback;
struct _GtkEntryPrivate
{
@@
-295,13
+294,6
@@
struct _GtkEntryPasswordHint
guint source_id; /* Timeout source id */
};
-struct _GtkEntryCapslockFeedback
-{
- GtkWidget *entry;
- GtkWidget *window;
- GtkWidget *label;
-};
-
enum {
ACTIVATE,
POPULATE_POPUP,